ComponentOne Xamarin.Android
MoveCurrentTo Method


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CollectionViewBase<T> Class : MoveCurrentTo Method
The item to be the current item.
Sets the specified item in the view as the current item.
Syntax
'Declaration
 
Public Function MoveCurrentTo( _
   ByVal item As T _
) As Boolean
'Usage
 
Dim instance As C1CollectionViewBase(Of T)
Dim item As T
Dim value As Boolean
 
value = instance.MoveCurrentTo(item)
public bool MoveCurrentTo( 
   T item
)

Parameters

item
The item to be the current item.
See Also

Reference

C1CollectionViewBase<T> Class
C1CollectionViewBase<T> Members